Value | Meaning |
---|---|
DEFAULT0 | Inherit the parent color-scheme. When set on the AdwStyleManager returned by [func@StyleManager.get_default], it's equivalent to ADW_COLOR_SCHEME_PREFER_LIGHT. |
FORCE_LIGHT1 | Always use light appearance. |
PREFER_LIGHT2 | Use light appearance unless the system prefers dark colors. |
PREFER_DARK3 | Use dark appearance unless the system prefers prefers light colors. |
FORCE_DARK4 | Always use dark appearance. |
Application color schemes for [property@StyleManager:color-scheme].